home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0072.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  969 b   |  29 lines

  1. Ed,
  2.  
  3. As JF says, you can  map logical document names to real file names in the server by  
  4. means of the rule file. We didn't put the rule file into the client,
  5. because we didn't want the start-up time to be long. Also,
  6. we wanted a W3 document name to be followable by anyone, not just
  7. the few who have picked up the latest gems of rule file titbits.
  8.  
  9. (There were a couple of starts missing from JF's example, which should have been
  10.  
  11.     map    rfc:*    file://ftp.nisc.sri.com/rfc/*
  12.  
  13. )
  14.  
  15. Actually the current distributed server expects the output of the rule file
  16. to be a local filename. You would have to modify it to expect a w3 address.
  17.  
  18. In the long term, a name service should exist to translate
  19.  
  20.     name-service:/org/isoc/rfc/959
  21.  
  22. into say file://ftp.nisc.sri.com/rfc/rfc959.ps and .txt.  As noone seems to
  23. want to extend the DNS, it looks as though x500 is the best bet. There was
  24. some discussion on this at the IETF, though it'll be a while before x500 is all  
  25. over.
  26.  
  27. Tim
  28.  
  29.